$Page =
http.Get("<URL>")
To get the specified web page.
Parameters
<URL>
Address of the specified resource in the internet
Return Value
On success the specified URL page is obtained, otherwise returns 0.
Example
-
$page = http.Get("http://www.google.com")
- The variable $page displays the HTML source code of the respective page.